gdk/toplevel: Fix typo in documentation
authorJonas Ådahl <jadahl@gmail.com>
Tue, 4 Aug 2020 06:21:38 +0000 (08:21 +0200)
committerJonas Ådahl <jadahl@gmail.com>
Tue, 4 Aug 2020 14:53:10 +0000 (16:53 +0200)
gdk/gdktoplevel.c

index a69f13fa62fcdcd200b17855272de6e14ec26861..d3b1d7fad7fbe3b078d35d1122a7963eeb48d5db 100644 (file)
@@ -186,7 +186,7 @@ gdk_toplevel_install_properties (GObjectClass *object_class,
  * @layout: the #GdkToplevelLayout object used to layout
  *
  * Present @toplevel after having processed the #GdkToplevelLayout rules.
- * If the toplevel was previously now showing, it will be showed,
+ * If the toplevel was previously not showing, it will be showed,
  * otherwise it will change layout according to @layout.
  *
  * Presenting may fail.